Package | surescripts.specialty |
Type | StructureDefinition |
Id | Id |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=surescripts.specialty@1.2.0-beta&canonical=http://fhirdocs.surescripts.net/fhir/StructureDefinition/Parameters_SPOClinicalInformationRequest_ActiveProblemsQuery |
Url | http://fhirdocs.surescripts.net/fhir/StructureDefinition/Parameters_SPOClinicalInformationRequest_ActiveProblemsQuery |
Status | active |
Date | 2021-08-23 |
Name | Parameters_SPOClinicalInformationRequest_AciveProblemsQuery |
Experimental | False |
Description | This Parameters profile defines the parameters that specify a query (request) for the current (i.e., status = active) problems for a specific patient. The data should be returned as a set of Condition resources, one for each active patient problem. |
Copyright | 2021 |
Type | Parameters |
Kind | resource |
StructureDefinition | |
http://fhirdocs.surescripts.net/fhir/StructureDefinition/Bundle_SPOClinicalInformationRequest_General | Bundle_SPOClinicalInformationRequest_General |
No resources found
{
"resourceType" : "StructureDefinition",
"id" : "Parameters-SPOClinicalInformationRequest-ActiveProblemsQuery",
"url" : "http://fhirdocs.surescripts.net/fhir/StructureDefinition/Parameters_SPOClinicalInformationRequest_ActiveProblemsQuery",
"name" : "Parameters_SPOClinicalInformationRequest_AciveProblemsQuery",
"status" : "active",
"date" : "2021-08-23",
"publisher" : "Surescripts, LLC",
"description" : "This Parameters profile defines the parameters that specify a query (request) for the current (i.e., status = active) problems for a specific patient. The data should be returned as a set of Condition resources, one for each active patient problem.",
"copyright" : "2021",
"fhirVersion" : "4.0.1",
"mapping" : [
{
"identity" : "v2",
"uri" : "http://hl7.org/v2",
"name" : "HL7 v2 Mapping"
},
{
"identity" : "rim",
"uri" : "http://hl7.org/v3",
"name" : "RIM Mapping"
}
],
"kind" : "resource",
"abstract" : false,
"type" : "Parameters",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Parameters",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Parameters.parameter",
"path" : "Parameters.parameter",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "name"
}
],
"rules" : "open"
},
"definition" : "The parameters for requesting the active problems for a patient.",
"min" : 5,
"max" : "5",
"mustSupport" : true
},
{
"id" : "Parameters.parameter:resourceType",
"path" : "Parameters.parameter",
"sliceName" : "resourceType",
"short" : "Parameter for resource type",
"definition" : "The parameter that defines the type of resource being queried.",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Parameters.parameter:resourceType.name",
"path" : "Parameters.parameter.name",
"short" : "Parameter name",
"definition" : "The name of the parameter.",
"fixedString" : "ResourceType",
"mustSupport" : true
},
{
"id" : "Parameters.parameter:resourceType.value[x]",
"path" : "Parameters.parameter.value[x]",
"short" : "Resource type name",
"definition" : "The name of the resource type specifying the resource to return to specify a patient problem (i.e., the Condition resource).",
"min" : 1,
"type" : [
{
"code" : "string"
}
],
"fixedString" : "Condition",
"mustSupport" : true
},
{
"id" : "Parameters.parameter:medicalRecordNumber",
"path" : "Parameters.parameter",
"sliceName" : "medicalRecordNumber",
"short" : "Parameter for patient Medical Record Number",
"definition" : "This parameter defines the Medical Record Number for whom data is being queried.",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Parameters.parameter:medicalRecordNumber.name",
"path" : "Parameters.parameter.name",
"short" : "Parameter name",
"definition" : "The name of the parameter.",
"fixedString" : "PatientMrn",
"mustSupport" : true
},
{
"id" : "Parameters.parameter:medicalRecordNumber.value[x]",
"path" : "Parameters.parameter.value[x]",
"short" : "Medical Record Number",
"definition" : "The Medical Record Number of the patient for whom data is requested.",
"min" : 1,
"type" : [
{
"code" : "string"
}
],
"mustSupport" : true
},
{
"id" : "Parameters.parameter:medicalRecordNumberMutuallyDefined",
"path" : "Parameters.parameter",
"sliceName" : "medicalRecordNumberMutuallyDefined",
"short" : "This parameter ties back to the Patient/Identification/MutuallyDefined field from the SPOInitiationRequest. If that optional field was populated, the value will display here as well. If not, this value will be null.",
"definition" : "This parameter specifies a medical record qualifier to make a patient MRN globally unique (when necessary). This parameter ties back to the Patient/Identification/MutuallyDefined field from the SPOInitiationRequest. If that optional field was populated, the value will display here as well. If not, this value will be null.",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Parameters.parameter:medicalRecordNumberMutuallyDefined.name",
"path" : "Parameters.parameter.name",
"short" : "Parameter name",
"definition" : "The name of the parameter for the patient's medical record number qualifier.",
"fixedString" : "MutuallyDefined",
"mustSupport" : true
},
{
"id" : "Parameters.parameter:medicalRecordNumberMutuallyDefined.value[x]",
"path" : "Parameters.parameter.value[x]",
"short" : "Medical record number qualifier value",
"definition" : "The value of the medical record number qualifier for the patient's medical record number.",
"min" : 1,
"type" : [
{
"code" : "string"
}
],
"mustSupport" : true
},
{
"id" : "Parameters.parameter:problemsLOINC",
"path" : "Parameters.parameter",
"sliceName" : "problemsLOINC",
"short" : "Parameter to specify the LOINC used to identify a request for problem information",
"definition" : "This parameter defines the LOINC used to request problem information.",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Parameters.parameter:problemsLOINC.name",
"path" : "Parameters.parameter.name",
"short" : "Parameter name",
"definition" : "The name of the parameter for the LOINC that identifies problems.",
"fixedString" : "LoincCode",
"mustSupport" : true
},
{
"id" : "Parameters.parameter:problemsLOINC.value[x]",
"path" : "Parameters.parameter.value[x]",
"short" : "The LOINC identifying problems",
"definition" : "The LOINC that is used to identify a request for patient problem information (11450-4).",
"min" : 1,
"type" : [
{
"code" : "string"
}
],
"fixedString" : "11450-4",
"mustSupport" : true
},
{
"id" : "Parameters.parameter:conditionStatus",
"path" : "Parameters.parameter",
"sliceName" : "conditionStatus",
"short" : "Parameter to specify the allowed value for Condition.status",
"definition" : "This parameter defines the allowed value for Condition.status (active).",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "Parameters.parameter:conditionStatus.name",
"path" : "Parameters.parameter.name",
"short" : "Parameter name",
"definition" : "The name of the parameter for defining the acceptable value for the Condition.status property",
"fixedString" : "status",
"mustSupport" : true
},
{
"id" : "Parameters.parameter:conditionStatus.value[x]",
"path" : "Parameters.parameter.value[x]",
"short" : "The valid value for Condition status",
"definition" : "The value that is valid for the Condition.status property (active).",
"min" : 1,
"type" : [
{
"code" : "string"
}
],
"fixedString" : "active",
"mustSupport" : true
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.